Class 6 Exam  >  Class 6 Questions  >  Determine output:main(){ int i = abc(10); ... Start Learning for Free
Determine output:
main()
{
      int i = abc(10);
      printf("%d", --i);
}
int abc(int i)
{
      return(i++);
}
  • a)
    10
  • b)
    9
  • c)
    11
  • d)
    None of these.
Correct answer is option 'B'. Can you explain this answer?
Most Upvoted Answer
Determine output:main(){ int i = abc(10); printf("%d", -...
The code is incomplete as there is a missing closing bracket after the "printf(". Please provide the complete code to determine the output.
Free Test
Community Answer
Determine output:main(){ int i = abc(10); printf("%d", -...
return(i++) it will first return i and then increment. i.e. 10 will be returned.
Explore Courses for Class 6 exam
Question Description
Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer? for Class 6 2025 is part of Class 6 preparation. The Question and answers have been prepared according to the Class 6 exam syllabus. Information about Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer? covers all topics & solutions for Class 6 2025 Exam. Find important definitions, questions, meanings, examples, exercises and tests below for Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer?.
Solutions for Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer? in English & in Hindi are available as part of our courses for Class 6. Download more important topics, notes, lectures and mock test series for Class 6 Exam by signing up for free.
Here you can find the meaning of Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer?, a detailed solution for Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer? has been provided alongside types of Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer? theory, EduRev gives you an ample number of questions to practice Determine output:main(){ int i = abc(10); printf("%d", --i);}int abc(int i){ return(i++);}a)10b)9c)11d)None of these.Correct answer is option 'B'. Can you explain this answer? tests, examples and also practice Class 6 tests.
Explore Courses for Class 6 exam
Signup to solve all Doubts
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev